VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfTextEditorControllerBase<T> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    WpfTextEditorControllerBase<T> Class
    In This Topic
    Provides a base class for the text editor controller.
    Object Model
    WpfInteractionArea WpfTextEditorControllerBase<T>
    Syntax
    'Declaration
    
    Public MustInherit Class WpfTextEditorControllerBase(Of T
    A type of interactive object.
    As IWpfInteractiveObject) Inherits WpfInteractionControllerBase(Of T) Implements [纷]
    public abstract class WpfTextEditorControllerBase<T> : WpfInteractionControllerBase<T>, [纷]
    where T: IWpfInteractiveObject
    
    
    public __gc abstract class WpfTextEditorControllerBase<T> : public WpfInteractionControllerBase<T*>*, [纷]
    where T: IWpfInteractiveObject*
    
    
    generic<typename T>
    public ref class WpfTextEditorControllerBase abstract : public WpfInteractionControllerBase<T^>^, [纷]
    where T: IWpfInteractiveObject^
    
    

    Type Parameters

    T
    A type of interactive object.
    Inheritance Hierarchy
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also